home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / amiga / cbbs720j.lzh / cbbs / cbbsn < prev    next >
Encoding:
Text File  |  1993-04-12  |  574 b   |  21 lines

  1. ; startup for a null modem connection.
  2. ; Note that it must NOT have a tnc.on or tnc.off file because there's no
  3. ; tnc or modem to talk to.
  4. if exists T:mbuser.index
  5. delete T:mbuser.index
  6. endif
  7. cd work:cbbs
  8. if exists tnc.on
  9. delete tnc.on
  10. delete tnc.off
  11. endif
  12. copy fwd.mb.nulmdm fwd.mb
  13. ; Also don't need tnc.on.phone copied to tnc.on because the system now uses
  14. ; the port ID ... tnc.on.b
  15. run locker
  16. waitport VE5VA-LOCK 20
  17. ; I don't need the -z argument when running mb because it is set with the
  18. ; setenv command in my s:startup-sequence.
  19. run mb -pc -b9600
  20. waitport CBBS-C 20
  21.